home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1995 November
/
EnigmA AMIGA RUN 02 (1995)(G.R. Edizioni)(IT)[!][issue 1995-11][Skylink CD].iso
/
earcd
/
program
/
gcc
/
gcc270-d.lha
/
gnu
/
man
/
cat3
/
strrchr.0
< prev
next >
Wrap
Text File
|
1992-08-10
|
1KB
|
67 lines
STRRCHR(3) UNIX Programmer's Manual STRRCHR(3)
NNAAMMEE
ssttrrrrcchhrr - locate character in string
SSYYNNOOPPSSIISS
##iinncclluuddee <<ssttrriinngg..hh>>
_c_h_a_r _*
ssttrrrrcchhrr(_c_o_n_s_t _c_h_a_r _*_s, _i_n_t _c)
DDEESSCCRRIIPPTTIIOONN
The ssttrrrrcchhrr() function locates the last occurrence of _c (converted to a
char) in the string _s. If _c is `\0', ssttrrrrcchhrr() locates the terminating
`\0'.
RREETTUURRNN VVAALLUUEESS
The ssttrrrrcchhrr() function returns a pointer to the character, or a null
pointer if _c does not occur anywhere in _s.
SSEEEE AALLSSOO
index(3), memchr(3), rindex(3), strchr(3), strcspn(3), strpbrk(3),
strsep(3), strspn(3), strstr(3), strtok(3)
SSTTAANNDDAARRDDSS
The ssttrrrrcchhrr() function conforms to ANSI C3.1591989 (``ANSI C'').
BSD Experimental June 29, 1991 1